From: Dave Love Date: Tue, 16 Sep 2003 17:18:00 +0000 (+0000) Subject: Depend on coding.h. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~25541 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c15bd4a7050c4eceb69c8e165295b7bb6627b317;p=emacs.git Depend on coding.h. --- diff --git a/src/Makefile.in b/src/Makefile.in index 1af4fa22155..c0200af35b6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1145,7 +1145,7 @@ xfns.o: xfns.c buffer.h frame.h window.h keyboard.h xterm.h dispextern.h \ charset.h gtkutil.h $(config_h) xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \ keyboard.h $(srcdir)/../lwlib/lwlib.h blockinput.h atimer.h systime.h \ - gtkutil.h msdos.h $(config_h) + gtkutil.h msdos.h coding.h $(config_h) xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ keyboard.h gnu.h charset.h ccl.h fontset.h composite.h \